home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / POV-Ray 2.2 / POVMNF / POV-Ray / POV-Ray.rsrc / TEXT_328_union.txt < prev    next >
Encoding:
Text File  |  1994-02-10  |  93 b   |  8 lines

  1. // CSG union, add all of shapes 1‚ĶN
  2. union
  3. {
  4.   Shape1 {‚Ķ}
  5.   Shape2 {‚Ķ}
  6.   ShapeN {‚Ķ}
  7. }
  8.